home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / ImageCodec.idl < prev    next >
Text File  |  1996-05-01  |  2KB  |  77 lines

  1. /*
  2.      File:        ImageCodec.idl
  3.  
  4.      Contains:    QuickTime Interfaces.
  5.  
  6.      Version:    Technology:    QuickTime 2.1
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __IMAGECODEC_IDL__
  19. #define __IMAGECODEC_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __TYPES_IDL__
  25. #include <Types.idl>
  26. #endif
  27. #ifndef __QUICKDRAW_IDL__
  28. #include <Quickdraw.idl>
  29. #endif
  30. #ifndef __QDOFFSCREEN_IDL__
  31. #include <QDOffscreen.idl>
  32. #endif
  33. #ifndef __WINDOWS_IDL__
  34. #include <Windows.idl>
  35. #endif
  36. #ifndef __IMAGECOMPRESSION_IDL__
  37. #include <ImageCompression.idl>
  38. #endif
  39. #ifndef __COMPONENTS_IDL__
  40. #include <Components.idl>
  41. #endif
  42. #ifndef __MOVIES_IDL__
  43. #include <Movies.idl>
  44. #endif
  45.  
  46. #ifdef __SOMIDL__
  47.  
  48. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  49. /*    codec component selectors    */
  50. /*    codec selectors 0-127 are reserved by Apple */
  51. /*    codec selectors 128-191 are subtype specific */
  52. /*    codec selectors 192-255 are vendor specific */
  53. /*    codec selectors 256-32767 are available for general use */
  54. /*    negative selectors are reserved by the Component Manager */
  55. /*    codec capabilities flags    */
  56. typedef SOMLargeStruct            CodecCapabilities;            /* Derived from a struct of 20 bytes in size */
  57.  
  58. /*    codec condition flags    */
  59. typedef SOMLargeStruct            CDSequenceDataSource;        /* Derived from a struct of 44 bytes in size */
  60.  
  61. typedef OpaquePtr                CDSequenceDataSourcePtr;    /* Substituted OpaquePtr for ``CDSequenceDataSource*'' */
  62.  
  63. typedef SOMLargeStruct            CodecCompressParams;        /* Derived from a struct of 190 bytes in size */
  64.  
  65. typedef SOMLargeStruct            CodecDecompressParams;        /* Derived from a struct of 172 bytes in size */
  66.  
  67. #endif
  68. #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
  69. #endif
  70. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  71. #endif
  72.  
  73. #endif /* __SOMIDL__ */
  74.  
  75. #endif /* __IMAGECODEC_IDL__ */
  76.  
  77.